home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / alrtthis.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1998-05-15  |  266 b   |  14 lines

  1. on mouseDown
  2.   if buttonClick(3) then
  3.     set cmd to the text of member "AlertCmd"
  4.     tell the stage
  5.       closeAlertWin()
  6.     end tell
  7.     set btnName to the text of member "AlertBtn"
  8.     tell the stage
  9.       do(cmd)
  10.       return btnName
  11.     end tell
  12.   end if
  13. end
  14.